C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / EffectContext Class / GetMaximumSupportedFeatureLevel Method / GetMaximumSupportedFeatureLevel(FeatureLevel[],Int32) Method

In This Topic
GetMaximumSupportedFeatureLevel(FeatureLevel[],Int32) Method
In This Topic
HRESULT ID2D1EffectContext::GetMaximumSupportedFeatureLevel([In, Buffer] const D3D_FEATURE_LEVEL* featureLevels,[In] unsigned int featureLevelsCount,[Out] D3D_FEATURE_LEVEL* maximumSupportedFeatureLevel)
Syntax
'Declaration
 
Public Overloads Function GetMaximumSupportedFeatureLevel( _
   ByVal featureLevels() As FeatureLevel, _
   ByVal featureLevelsCount As System.Integer _
) As FeatureLevel
 

Parameters

featureLevels
featureLevelsCount
See Also